Another round of template binding api changes
authorMatthias Clasen <mclasen@redhat.com>
Fri, 26 Jul 2013 20:29:12 +0000 (16:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 26 Jul 2013 20:29:12 +0000 (16:29 -0400)
commitcda60c3c409730aa2f4ad2f5cdd0311fc97d0ee4
tree1d724d463cea5d2ad9cc3084949005b72f087734
parent3358c544da2cd079f5f565b5fec885a1e750f1f2
Another round of template binding api changes

We rename the gtk_widget_class_bind_template_child{_internal}
macros by appending a _private to their name. Otherwise, it
would be too magic to pass the 'public' names as arguments,
but affect a member of the Private struct. At the same time,

Add two new macros with the old names,
gtk_widget_class_bind_template_child{_internal} that operate
on members of the instance struct.
38 files changed:
demos/gtk-demo/listbox.c
docs/reference/gtk/gtk3-sections.txt
examples/application3/exampleappwin.c
examples/application4/exampleappwin.c
examples/application5/exampleappwin.c
examples/application6/exampleappprefs.c
examples/application6/exampleappwin.c
examples/application7/exampleappprefs.c
examples/application7/exampleappwin.c
examples/application8/exampleappprefs.c
examples/application8/exampleappwin.c
examples/application9/exampleappprefs.c
examples/application9/exampleappwin.c
gtk/gtkaboutdialog.c
gtk/gtkappchooserdialog.c
gtk/gtkappchooserwidget.c
gtk/gtkassistant.c
gtk/gtkcolorchooserdialog.c
gtk/gtkcoloreditor.c
gtk/gtkdialog.c
gtk/gtkfilechooserbutton.c
gtk/gtkfilechooserdefault.c
gtk/gtkfilechooserdialog.c
gtk/gtkfontbutton.c
gtk/gtkfontchooserdialog.c
gtk/gtkfontchooserwidget.c
gtk/gtkinfobar.c
gtk/gtklockbutton.c
gtk/gtkmessagedialog.c
gtk/gtkpagesetupunixdialog.c
gtk/gtkpathbar.c
gtk/gtkprintunixdialog.c
gtk/gtkrecentchooserdefault.c
gtk/gtkscalebutton.c
gtk/gtksearchbar.c
gtk/gtkstatusbar.c
gtk/gtkwidget.c
gtk/gtkwidget.h